BackStackSettings

sealed class BackStackSettings

Settings for whether the androidx.fragment.app.Fragment should be added to the Backstack

Inheritors

Types

Link copied to clipboard
data class Add(val name: String? = null) : NavigationSpec.Fragment.BackStackSettings

Adds the androidx.fragment.app.Fragment to the backstack

Link copied to clipboard